Add wrapper for ease of invoking valgrind.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 22 Jun 2005 22:53:24 +0000 (22:53 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 22 Jun 2005 22:53:24 +0000 (22:53 +0000)
gpsbabel/vtesto [new file with mode: 0755]

diff --git a/gpsbabel/vtesto b/gpsbabel/vtesto
new file mode 100755 (executable)
index 0000000..396b099
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+#
+# Run our testsuite under valgrind.  Mostly it complains about core GNU libc
+# functions, but it does actually help find interesting stuff in our own code
+# from time to time.
+#
+
+PNAME="valgrind -q ./gpsbabel" ./testo